home *** CD-ROM | disk | FTP | other *** search
- if(_root.arrowimg == "dragon")
- {
- gotoAndPlay(2);
- this._parent.style = "dragon";
- }
- else if(_root.arrowimg == "storm")
- {
- gotoAndStop(11);
- this._parent.style = "storm";
- }
- else if(_root.arrowimg == "shoot4")
- {
- this._parent.style = "shoot4";
- gotoAndStop(13);
- }
- else if(_root.arrowimg == "fire")
- {
- this._parent.style = "fire";
- gotoAndPlay(15);
- }
- else
- {
- this._parent.style = "normal";
- gotoAndStop(1);
- }
-